ReadXml Method

Summary

Generates an object from its XML representation.

Syntax
C#
VB
C++
public void ReadXml( 
   XmlReader reader 
) 
  
Public Sub ReadXml( _ 
   ByVal reader As XmlReader _ 
)  
public: 
void ReadXml(  
   XmlReader^ reader 
)  

Parameters

reader
The System.Xml.XmlReader stream from which the object is deserialized.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Logging Assembly